cleaning/changing i3-config
This commit is contained in:
parent
efa0b4670e
commit
4fd66b3ef7
|
|
@ -12,7 +12,7 @@ font pango:TamzenForPowerline 12
|
|||
set $mod Mod4
|
||||
set $term urxvtc
|
||||
set $coloract "#ff923b"
|
||||
set $colorin "#DD712E"
|
||||
set $colorin "#5E81AC"
|
||||
set_from_resource $color15 i3wm.color15 "#2A1A17"
|
||||
set_from_resource $split i3wm.color10 "#7B8349"
|
||||
set_from_resource $coloru i3wm.color2 "#7B8349"
|
||||
|
|
@ -28,7 +28,7 @@ bindsym Mod1+w layout tabbed
|
|||
bindsym Mod1+e layout toggle split
|
||||
|
||||
#Sticky window
|
||||
bindsym $mod+Shift+s sticky toggle
|
||||
bindsym $mod+Shift+c sticky toggle
|
||||
|
||||
######### COLORS ##########
|
||||
#
|
||||
|
|
@ -112,17 +112,6 @@ set $mute --no-startup-id amixer sset Master toggle
|
|||
set $truemute --no-startup-id amixer sset Master mute
|
||||
#set $audio --no-startup-id bash ~/.config/Scripts/audio_alsa.sh
|
||||
|
||||
#For PULSEAUDIO/PAMIXER
|
||||
#set $inc --no-startup-id pamixer --allow-boost -i 5
|
||||
#set $biginc --no-startup-id pamixer --allow-boost -i 15
|
||||
#set $dec --no-startup-id pamixer --allow-boost -d 5
|
||||
#set $bigdec --no-startup-id pamixer --allow-boost -d 15
|
||||
#set $mute --no-startup-id pamixer --allow-boost -t
|
||||
#set $micmute --no-startup-id pamixer --allow-boost -t
|
||||
#set $truemute --no-startup-id pamixer -m
|
||||
#set $screencast --no-startup-id bash ~/.config/Scripts/screencast_pulse.sh
|
||||
#set $audio --no-startup-id bash ~/.config/Scripts/audio_pulse.sh
|
||||
|
||||
###---Dropdown/Scratchpad Windows---###
|
||||
#First I have a tmux window used for background scripts.
|
||||
#I'll later bind this to mod+u.
|
||||
|
|
@ -140,7 +129,6 @@ for_window [instance="dropdown"] move scratchpad
|
|||
###---Basic Bindings---###
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+Return exec $term -e tmux
|
||||
bindsym Mod1+Return exec alacritty
|
||||
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
|
@ -184,17 +172,16 @@ bindsym $mod+i exec $term -e htop
|
|||
bindsym $mod+Shift+i resize grow height 10 px or 10 ppt
|
||||
|
||||
#bindsym $mod+o exec --no-startup-id $beg
|
||||
#bindsym $mod+Shift+o resize grow width 10 px or 10 ppt
|
||||
bindsym $mod+Shift+o resize grow width 10 px or 10 ppt
|
||||
|
||||
bindsym $mod+p exec $pause
|
||||
bindsym $mod+Shift+p exec mypaint
|
||||
|
||||
bindsym $mod+a [instance="music"] scratchpad show; move position center
|
||||
bindsym $mod+Shift+a exec pavucontrol
|
||||
#bindsym $mod+Shift+a exec $term -e ncpamixer
|
||||
|
||||
bindsym $mod+o gaps inner current plus 5
|
||||
bindsym $mod+Shift+o gaps inner current minus 5
|
||||
bindsym $mod+s gaps inner current plus 5
|
||||
bindsym $mod+Shift+s gaps inner current minus 5
|
||||
|
||||
bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
||||
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue