Update
This commit is contained in:
@ -21,6 +21,7 @@ smart_gaps on
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $mod Mod4
|
||||
set $alt Mod1
|
||||
|
||||
bindsym $mod+F1 exec setxkbmap se
|
||||
bindsym $mod+F2 exec setxkbmap lt
|
||||
@ -28,10 +29,10 @@ bindsym $mod+F3 exec setxkbmap -layout ru -variant phonetic_winkeys
|
||||
bindsym $mod+Shift+s exec flameshot gui
|
||||
bindsym $mod+Shift+x exec flameshot full -c
|
||||
|
||||
bindsym $mod+Ctrl+Up exec xrandr --output eDP-1 --rotate normal
|
||||
bindsym $mod+Ctrl+Down exec xrandr --output eDP-1 --rotate inverted
|
||||
bindsym $mod+Ctrl+Left exec xrandr --output eDP-1 --rotate left
|
||||
bindsym $mod+Ctrl+Right exec xrandr --output eDP-1 --rotate right
|
||||
bindsym $mod+$alt+Up exec xrandr --output eDP-1 --rotate normal
|
||||
bindsym $mod+$alt+Down exec xrandr --output eDP-1 --rotate inverted
|
||||
bindsym $mod+$alt+Left exec xrandr --output eDP-1 --rotate left
|
||||
bindsym $mod+$alt+Right exec xrandr --output eDP-1 --rotate right
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
|
||||
@ -22,6 +22,7 @@ ldc
|
||||
vlang
|
||||
go
|
||||
rust
|
||||
zig
|
||||
|
||||
ghc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user