summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2020-05-06 16:25:25 +0300
committerYigit Sever2020-05-06 16:25:25 +0300
commite4aac92cb8a790846ddc116e76a9b72a0b8a978c (patch)
tree46b252119e8d0eca1e4692c382bc36796ba76759 /.config/i3
parentc2be80b1ece9ebf2c9fff341c6a0aec7ffb7ee9e (diff)
downloaddotfiles-e4aac92cb8a790846ddc116e76a9b72a0b8a978c.tar.gz
dotfiles-e4aac92cb8a790846ddc116e76a9b72a0b8a978c.tar.bz2
dotfiles-e4aac92cb8a790846ddc116e76a9b72a0b8a978c.zip
change maus i3 keys to magicforce
diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##c.desktop,h.Maus26
1 files changed, 18 insertions, 8 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus
index f169440..39a2dc3 100644
--- a/.config/i3/config##c.desktop,h.Maus
+++ b/.config/i3/config##c.desktop,h.Maus
@@ -20,6 +20,7 @@ exec --no-startup-id redshift-gtk &
20exec --no-startup-id nm-applet & 20exec --no-startup-id nm-applet &
21exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & 21exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off &
22exec --no-startup-id xdotool key --clearmodifiers Num_Lock 22exec --no-startup-id xdotool key --clearmodifiers Num_Lock
23exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify &
23 24
24# swap caps lock and escape, set keyboard layout 25# swap caps lock and escape, set keyboard layout
25exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace 26exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace
@@ -71,12 +72,21 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -
71bindsym Print exec flameshot gui 72bindsym Print exec flameshot gui
72 73
73# media keys 74# media keys
74bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 75bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
75bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 76bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
76bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" 77bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi"
77bindsym $mod+q exec --no-startup-id playerctl play-pause 78bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
78bindsym $mod+Left exec --no-startup-id playerctl previous 79bindsym XF86AudioPrev exec --no-startup-id playerctl previous
79bindsym $mod+Right exec --no-startup-id playerctl next 80bindsym XF86AudioNext exec --no-startup-id playerctl next
81bindsym XF86Tools exec --no-startup-id mpc toggle
82
83# # media keys
84# bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
85# bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
86# bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi"
87# bindsym $mod+q exec --no-startup-id playerctl play-pause
88# bindsym $mod+Left exec --no-startup-id playerctl previous
89# bindsym $mod+Right exec --no-startup-id playerctl next
80 90
81# Make the currently focused window a scratchpad 91# Make the currently focused window a scratchpad
82bindsym $mod+Shift+minus move scratchpad 92bindsym $mod+Shift+minus move scratchpad
@@ -173,8 +183,8 @@ bindsym $mod+Shift+8 move container to workspace $ws8
173bindsym $mod+Shift+9 move container to workspace $ws9 183bindsym $mod+Shift+9 move container to workspace $ws9
174bindsym $mod+Shift+0 move container to workspace $ws10 184bindsym $mod+Shift+0 move container to workspace $ws10
175 185
176bindsym $mod+Shift+greater move container to output right 186bindsym $mod+z move container to output right
177bindsym $mod+Shift+less move container to output left 187# bindsym $mod+Shift+less move container to output left
178 188
179# reload the configuration file 189# reload the configuration file
180bindsym $mod+Shift+c reload 190bindsym $mod+Shift+c reload