mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Many more updates
This commit is contained in:
BIN
.config/sway/backgrounds/eclipse.jpg
Normal file
BIN
.config/sway/backgrounds/eclipse.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@@ -84,35 +84,39 @@ bindsym $mod+a focus parent
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace 1
|
||||
bindsym $mod+2 workspace 2
|
||||
bindsym $mod+3 workspace 3
|
||||
bindsym $mod+4 workspace 4
|
||||
bindsym $mod+5 workspace 5
|
||||
bindsym $mod+6 workspace 6
|
||||
bindsym $mod+7 workspace 7
|
||||
bindsym $mod+8 workspace 8
|
||||
bindsym $mod+9 workspace 9
|
||||
bindsym $mod+0 workspace 10
|
||||
bindsym $mod+plus workspace 1
|
||||
bindsym $mod+bracketleft workspace 2
|
||||
bindsym $mod+braceleft workspace 3
|
||||
bindsym $mod+parenleft workspace 4
|
||||
bindsym $mod+ampersand workspace 5
|
||||
bindsym $mod+equal workspace 6
|
||||
bindsym $mod+parenright workspace 7
|
||||
bindsym $mod+braceright workspace 8
|
||||
bindsym $mod+bracketright workspace 9
|
||||
bindsym $mod+asterisk workspace 10
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace 1
|
||||
bindsym $mod+Shift+2 move container to workspace 2
|
||||
bindsym $mod+Shift+3 move container to workspace 3
|
||||
bindsym $mod+Shift+4 move container to workspace 4
|
||||
bindsym $mod+Shift+5 move container to workspace 5
|
||||
bindsym $mod+Shift+6 move container to workspace 6
|
||||
bindsym $mod+Shift+7 move container to workspace 7
|
||||
bindsym $mod+Shift+8 move container to workspace 8
|
||||
bindsym $mod+Shift+9 move container to workspace 9
|
||||
bindsym $mod+Shift+0 move container to workspace 10
|
||||
bindsym $mod+Shift+plus move container to workspace 1
|
||||
bindsym $mod+Shift+bracketleft move container to workspace 2
|
||||
bindsym $mod+Shift+braceleft move container to workspace 3
|
||||
bindsym $mod+Shift+parenleft move container to workspace 4
|
||||
bindsym $mod+Shift+ampersand move container to workspace 5
|
||||
bindsym $mod+Shift+equal move container to workspace 6
|
||||
bindsym $mod+Shift+parenright move container to workspace 7
|
||||
bindsym $mod+Shift+braceright move container to workspace 8
|
||||
bindsym $mod+Shift+bracketright move container to workspace 9
|
||||
bindsym $mod+Shift+asterisk move container to workspace 10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume $(pacmd list-sinks |awk '/* index:/{print $3}') -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute $(pacmd list-sinks |awk '/* index:/{print $3}') toggle# Pulse Audio controls
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
@@ -147,5 +151,5 @@ set $status_script ~/.config/sway/status.sh
|
||||
# Suspend
|
||||
bindsym $mod+Shift+period exec systemctl suspend
|
||||
|
||||
include ~/.config/sway/config.d/*
|
||||
include /etc/sway/config.d/*
|
||||
include ~/.config/sway/config.d/*
|
||||
|
@@ -1,3 +1,9 @@
|
||||
input 1452:591:Keychron_Keychron_K2 {
|
||||
xkb_layout us
|
||||
xkb_layout real-prog-dvorak
|
||||
xkb_options caps:escape
|
||||
}
|
||||
|
||||
input 10730:258:Kinesis_Advantage2_Keyboard {
|
||||
xkb_layout real-prog-dvorak
|
||||
xkb_options caps:escape
|
||||
}
|
||||
|
@@ -5,3 +5,6 @@ set $curved_small 'Goldstar Company Ltd LG HDR WQHD 0x0000655D'
|
||||
# Resolution
|
||||
output $display_tv mode 1920x1080@30Hz
|
||||
output $curved_small mode 3440x1440@60Hz
|
||||
|
||||
# Wallpapers
|
||||
output * bg ~/.config/sway/backgrounds/eclipse.jpg stretch
|
||||
|
Reference in New Issue
Block a user