aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-02-22 11:30:36 -0800
committerTrumeet <yuuta@yuuta.moe>2022-02-22 11:30:36 -0800
commit47b4decfd1fe248dff511de6ed595aec185a8ea0 (patch)
tree021cd44372f61ec56d9546c5087676ed2c8e36bb
parentf6de65df06094336a5cf7be7d5b5cae6c3c881c5 (diff)
downloadgists-47b4decfd1fe248dff511de6ed595aec185a8ea0.tar
gists-47b4decfd1fe248dff511de6ed595aec185a8ea0.tar.gz
gists-47b4decfd1fe248dff511de6ed595aec185a8ea0.tar.bz2
gists-47b4decfd1fe248dff511de6ed595aec185a8ea0.zip
SystemdGraphicalSession: remove graphical-session.target.wants
l---------SystemdGraphicalSession/graphical-session.target.wants/background.service1
l---------SystemdGraphicalSession/graphical-session.target.wants/redshift.service1
-rw-r--r--SystemdGraphicalSession/i3config6
3 files changed, 6 insertions, 2 deletions
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