From 47b4decfd1fe248dff511de6ed595aec185a8ea0 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Tue, 22 Feb 2022 11:30:36 -0800 Subject: SystemdGraphicalSession: remove graphical-session.target.wants --- .../graphical-session.target.wants/background.service | 1 - .../graphical-session.target.wants/redshift.service | 1 - SystemdGraphicalSession/i3config | 6 ++++++ 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 120000 SystemdGraphicalSession/graphical-session.target.wants/background.service delete mode 120000 SystemdGraphicalSession/graphical-session.target.wants/redshift.service diff --git a/SystemdGraphicalSession/graphical-session.target.wants/background.service b/SystemdGraphicalSession/graphical-session.target.wants/background.service deleted file mode 120000 index 591c320..0000000 --- a/SystemdGraphicalSession/graphical-session.target.wants/background.service +++ /dev/null @@ -1 +0,0 @@ -/home/yuuta/.config/systemd/user/background.service \ No newline at end of file diff --git a/SystemdGraphicalSession/graphical-session.target.wants/redshift.service b/SystemdGraphicalSession/graphical-session.target.wants/redshift.service deleted file mode 120000 index 54ca1c4..0000000 --- a/SystemdGraphicalSession/graphical-session.target.wants/redshift.service +++ /dev/null @@ -1 +0,0 @@ -/home/yuuta/.config/systemd/user/redshift.service \ No newline at end of file diff --git a/SystemdGraphicalSession/i3config b/SystemdGraphicalSession/i3config index aa6d86c..03fac04 100644 --- a/SystemdGraphicalSession/i3config +++ b/SystemdGraphicalSession/i3config @@ -11,11 +11,15 @@ bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right +bindsym $mod+Control+h split h +bindsym $mod+Control+v split v bindsym $mod+Shift+f fullscreen toggle bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+Shift+space floating toggle +bindsym $mod+a focus parent +bindsym $mod+c focus child set $ws1 "1" set $ws2 "2" set $ws3 "3" @@ -36,6 +40,8 @@ bindsym $mod+7 workspace number $ws7 bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 +bindsym $mod+Shift+Mod1+l move workspace to output right +bindsym $mod+Shift+Mod1+h move workspace to output left bindsym $mod+Shift+1 move container to workspace number $ws1 bindsym $mod+Shift+2 move container to workspace number $ws2 bindsym $mod+Shift+3 move container to workspace number $ws3 -- cgit v1.2.3