From 047fbc6b6eacd6df08d1d27abc15e271b18020d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 3 Mar 2023 19:53:24 +0200 Subject: move all to new partition --- .config/qtile/colors.py | 0 .config/qtile/config.py | 6 +++--- .config/qtile/cpu1.png | Bin .config/qtile/ram2.png | Bin .config/qtile/rms.png | Bin .config/qtile/spotify2.png | Bin .config/qtile/volume1.png | Bin 7 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 .config/qtile/colors.py mode change 100644 => 100755 .config/qtile/config.py mode change 100644 => 100755 .config/qtile/cpu1.png mode change 100644 => 100755 .config/qtile/ram2.png mode change 100644 => 100755 .config/qtile/rms.png mode change 100644 => 100755 .config/qtile/spotify2.png mode change 100644 => 100755 .config/qtile/volume1.png (limited to '.config/qtile') diff --git a/.config/qtile/colors.py b/.config/qtile/colors.py old mode 100644 new mode 100755 diff --git a/.config/qtile/config.py b/.config/qtile/config.py old mode 100644 new mode 100755 index ed0491b..4240e88 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -129,10 +129,10 @@ keys = [ lazy.spawn("mocp -r"), ), # Change languages - Key([mod], "F1", + Key([], "F1", lazy.spawn("setxkbmap us -option ctrl:swapcaps"), ), - Key([mod], "F2", + Key([], "F2", lazy.spawn("setxkbmap gr"), ), ] @@ -430,7 +430,7 @@ def init_screens(): screens = init_screens() follow_mouse_focus = True bring_front_click = False -cursor_warp = True +cursor_warp = False auto_fullscreen = True focus_on_window_activation = "smart" # or focus wmname = "Qtile-Apo11o" diff --git a/.config/qtile/cpu1.png b/.config/qtile/cpu1.png old mode 100644 new mode 100755 diff --git a/.config/qtile/ram2.png b/.config/qtile/ram2.png old mode 100644 new mode 100755 diff --git a/.config/qtile/rms.png b/.config/qtile/rms.png old mode 100644 new mode 100755 diff --git a/.config/qtile/spotify2.png b/.config/qtile/spotify2.png old mode 100644 new mode 100755 diff --git a/.config/qtile/volume1.png b/.config/qtile/volume1.png old mode 100644 new mode 100755 -- cgit v1.2.3